assignment(=) Interface

public interface assignment(=)

Contents


Module Procedures

private pure elemental subroutine plane_assign(x, y)

Assigns a plane to another.

Arguments

Type IntentOptional Attributes Name
type(plane), intent(out) :: x

The resulting plane.

type(plane), intent(in) :: y

The source plane

private pure elemental subroutine line_assign(x, y)

Assigns a line to another.

Arguments

Type IntentOptional Attributes Name
type(line), intent(out) :: x

The resulting line.

type(line), intent(in) :: y

The source line